Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signing #331

Merged
merged 5 commits into from
Sep 5, 2024
Merged

Signing #331

merged 5 commits into from
Sep 5, 2024

Conversation

iulianpascalau
Copy link
Contributor

No description provided.

@iulianpascalau iulianpascalau changed the base branch from feat/migration-app to create-migration-app September 4, 2024 15:44
@@ -35,4 +35,7 @@ var (

// ErrNoPendingBatchAvailable signals that no pending batch is available
ErrNoPendingBatchAvailable = errors.New("no pending batch available")

// ErrNilCryptoHandler signals that a nil crypto handler key was provided
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// ErrNilCryptoHandler signals that a nil crypto handler key was provided
// ErrNilCryptoHandler signals that a nil crypto handler was provided

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

}
args.CryptoHandler = &bridgeTests.CryptoHandlerStub{
SignCalled: func(msgHash common.Hash) ([]byte, error) {
assert.Equal(t, msgHash.Bytes(), hash.Bytes())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
assert.Equal(t, msgHash.Bytes(), hash.Bytes())
assert.Equal(t, hash.Bytes(), msgHash.Bytes())

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

}
args.CryptoHandler = &bridgeTests.CryptoHandlerStub{
SignCalled: func(msgHash common.Hash) ([]byte, error) {
assert.Equal(t, msgHash.Bytes(), hash.Bytes())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
assert.Equal(t, msgHash.Bytes(), hash.Bytes())
assert.Equal(t, hash.Bytes(), msgHash.Bytes())

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

dragos-rebegea
dragos-rebegea previously approved these changes Sep 4, 2024
Base automatically changed from create-migration-app to feat/migration-app September 5, 2024 08:02
@iulianpascalau iulianpascalau dismissed dragos-rebegea’s stale review September 5, 2024 08:02

The base branch was changed.

@iulianpascalau iulianpascalau marked this pull request as ready for review September 5, 2024 08:02
- added unique identifiers for output files
dragos-rebegea
dragos-rebegea previously approved these changes Sep 5, 2024
@iulianpascalau iulianpascalau merged commit afe1fb1 into feat/migration-app Sep 5, 2024
4 checks passed
@iulianpascalau iulianpascalau deleted the signing branch September 5, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants